Returns all the items that has be loaded so far.
シンタックス
'宣言
Public Overloads Function GetLoadedItems( _
Optional ByVal As System.Nullable(Of Integer), _
Optional ByVal As System.Nullable(Of Integer) _
) As System.Collections.Generic.IEnumerable(Of ILoadedItem(Of T))
public System.Collections.Generic.IEnumerable<ILoadedItem<T>> GetLoadedItems(
System.Nullable<int> ,
System.Nullable<int>
)
パラメータ
- fromIndex
- The starting index, if not specified this will be 0.
- toIndex
- The starting index, if not specified this will be Count - 1.
参照